home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
yacas_alg
/
yacas_morphos
/
share
/
yacas
/
include
/
mathenvironment.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-03-13
|
330 b
|
18 lines
/** \file mathenvironment.h
* math language specific version of environment. Currently experimental.
*
*/
#ifndef __mathenvironment_h__
#define __mathenvironment_h__
#include "yacasbase.h"
#include "lispenvironment.h"
#include "lispevalhash.h"
#include "lispobject.h"
#include "lispatom.h"
#include "lispglobals.h"
#endif